home *** CD-ROM | disk | FTP | other *** search
- TIKI
- setup
- {
- scale 1.0
- path models/fx/dummy
- skelmodel dummy3.skd
- }
-
- init
- {
- client
- {
- cache mortar_dirthit.spr
- cache mortar_dirthit2.spr
- cache dirtplume.spr
- cache models/emitters/mortar_dirt_dustcloud.tik
-
- sfx sound arty_exp_sand
-
- //Large card with scrolling texture -DIRT-
- sfx originspawn
- (
- model mortar_dirtHit.spr
- count 1
- life 1.8
- scale .25
- scalerate 8
- randvel 0 0 480
- accel 0 0 -1500
- offset 0 0 48
- fadedelay .8
- physicsrate every
- )
-
- //Large card with scrolling texture -DIRT-
- sfx originspawn
- (
- model mortar_dirtHit.spr
- count 1
- life 1.9
- scale .22
- scalerate 7
- randvel 0 0 480
- accel 0 0 -1400
- offset 0 0 48
- fadedelay .7
- offset 0 0.1 48
- physicsrate every
- )
-
- //In your face stuff
- sfx originspawn
- (
- spawnrange 750
- model bh_snow_puff.spr
- color .25 .14 .1
- alpha 1.0
- count 75
- angles random 360 random 360 0
- avelocity crandom 800 crandom 800 0
- offset crandom 20 crandom 20 range 2 3
- radialvelocity -100 1000 5500
- friction 2
- accel 0 0 -2000
- life 1.5 .5
- scalemin .2
- scalemax .4
- fadedelay 1
- )
-
- //Center columns of cloudy material
-
- // A column... Tall and thin (top)
- sfx originspawn
- (
- count 25
- model vsssource_new.spr
- color .25 .13 .1
- alpha .3
- offset crandom 8 crandom 8 range 80 48
- angles crandom 45 crandom 45 crandom 180
- randvel crandom 20 crandom 20 range 200 200
- clampvel -50 50 -50 50 -150 99999
- avelocity 0 0 crandom 260
- accel 0 0 -200
- life 2 1
- scalemin 1
- scalemax 3
- scalerate .2
- fadedelay .1
- )
-
- // B column... center (middle)
- sfx originspawn
- (
- count 20
- model vsssource_new.spr
- color .25 .13 .1
- alpha .25
- offset crandom 8 crandom 8 range -100 48
- angles crandom 45 crandom 45 crandom 180
- randvel crandom 50 crandom 50 range 200 250
- clampvel -50 50 -50 50 -300 99999
- avelocity 0 0 crandom 90
- accel 0 0 -250
- life 2 .5
- scalemin 1
- scalemax 5
- scalerate .2
- fadedelay .25
- )
-
- // C column... large base (bottom)
- sfx originspawn
- (
- count 15
- model vsssource_new.spr
- color .25 .13 .1
- alpha .25
- offset crandom 8 crandom 8 range -90 48
- angles crandomr 45 crandom 45 crandom 360
- randvel crandom 75 crandom 75 range 50 100
- clampvel -75 75 -75 75 -200 99999
- avelocity 0 0 crandom 180
- accel 0 0 -300
- life 3 .8
- scalemin 2
- scalemax 3
- scalerate 1.5
- fadedelay .5
- )
-
-
- //Separate chunks of dirt
-
- sfx originspawn
- (
- spawnrange 750
- spawnrate 0
- model snowclump.spr
- count 50
- alpha 0.85
- color .1 .1 .1
- scale 0.15
- life 2
- randvel crandom 100 crandom 100 range 150 700
- accel 0 0 -2000
- offset crandom 10 crandom 10 random 20
- angles 10 10 10
- avelocity crandom 400 crandom 400 crandom 300
- scalemin 0.25
- scalemax 0.5
- fadedelay 2
- )
- }
- }
-
- animations
- {
- idle dummy3.skc
- }
-